home *** CD-ROM | disk | FTP | other *** search
- object RegForm: TRegForm
- Left = 202
- Top = 171
- BorderStyle = bsDialog
- Caption = 'Registration'
- ClientHeight = 113
- ClientWidth = 553
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCloseQuery = FormCloseQuery
- PixelsPerInch = 96
- TextHeight = 13
- object InfoLabel: TLabel
- Left = 8
- Top = 8
- Width = 540
- Height = 33
- AutoSize = False
- Caption = 'Registered users, please enter your registration code.'
- WordWrap = True
- end
- object RegCodeLabel: TLabel
- Left = 8
- Top = 55
- Width = 86
- Height = 13
- Caption = 'Registration code:'
- end
- object CodeEdit: TEdit
- Left = 104
- Top = 51
- Width = 445
- Height = 22
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Courier New'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- end
- object OKBtn: TButton
- Left = 394
- Top = 80
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object CancelBtn: TButton
- Left = 474
- Top = 80
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- end
-